@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

body {font-family: 'Roboto Condensed', sans-serif;}
.display-1 {line-height: 0.9; margin-left: -0.25rem;}
.btn,
.navbar {background-color: #007ba7 !important;}
.navbar img {margin: 0 10px; width: 32px; height: 32px;}

section {margin: 2em 0;}
.has-img {position: relative; min-height: 110px; padding-left: 130px;}
section img {position: absolute; left: -20px; top: 0; width: 125px; height: 125px; margin-top: -15px;}
h2 {color: #2a3078; font-weight: bold;}
.btn-lg {box-sizing: border-box;}

@media (max-device-width: 767px) {
	.has-img {min-height: auto; padding-left: 0;}
	section img {position: static; float: right; clear: right;}
}